home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / minrec.zip / MINREC.DEF < prev    next >
Text File  |  1993-04-30  |  727b  |  23 lines

  1. ;  ************************************************************************
  2. ;
  3. ;                       Microsoft Developer Support
  4. ;              Copyright (c) 1992, 1993 Microsoft Corporation
  5. ;
  6. ;  **************************************************************************
  7. ;  MODULE    : MinRec.DEF
  8. ;  PURPOSE   : A Win32 Sample Application Module Definition File
  9. ;  **************************************************************************
  10.  
  11. NAME         MinRec
  12. DESCRIPTION  'Microsoft Developer Support Sample Application'
  13.  
  14. EXETYPE      WINDOWS
  15. CODE         PRELOAD MOVEABLE DISCARDABLE
  16. DATA         PRELOAD MOVEABLE MULTIPLE
  17. HEAPSIZE     4096
  18. STACKSIZE    8192
  19.  
  20. EXPORTS
  21.     MainDlgProc
  22.     AboutDlgProc
  23.